projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d93ba0
)
Fix `make dist` and distcheck breakage
author
Matt Brubeck
<mbrubeck@limpet.net>
Thu, 11 Sep 2014 23:00:29 +0000
(16:00 -0700)
committer
Matt Brubeck
<mbrubeck@limpet.net>
Thu, 11 Sep 2014 23:01:08 +0000
(16:01 -0700)
Fixes a regression from #559.
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index 86f0dbe148dee56c2fed8066658bdde4fa29a530..5d3725bea88a7b084771d146f5d32604281a86bc 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-137,7
+137,7
@@
distcheck-$(1): dist-$(1)
--prefix=$$(TARGET_$(1))/distcheck/install --uninstall
[ -f $$(TARGET_$(1))/distcheck/install/bin/cargo ] && exit 1 || exit 0
-$$(DISTDIR_$(1))/$$(PKG_NAME)-$(1).tar.gz:
$$(PKGDIR_$(1))/lib/cargo/manifest.in
+$$(DISTDIR_$(1))/$$(PKG_NAME)-$(1).tar.gz:
prepare-manifest-$(1)
tar -czvf $$@ -C $$(@D) $$(PKG_NAME)-$(1)
ifeq (root user, $$(USER) $$(patsubst %,user,$$(SUDO_USER)))